@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    /* background-image: url(./img/bg.png); */
    background-size: cover;
    overflow: hidden;
}

.General {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: radial-gradient(51.35% 50% at 50% 100%, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0) 100%),
        radial-gradient(79.91% 67.81% at -0% 0%, rgba(142, 255, 86, 0.2) 0%, rgba(0, 0, 0, 0) 100%),
        linear-gradient(0deg, rgba(18, 48, 28, 0.58) 0%, rgba(18, 48, 28, 0.58) 100%), rgba(0, 0, 0, 0.7);
}

.topSide {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.titleBox {
    position: relative;
    display: flex;
    align-items: center;
}

.Title {
    margin-left: 5.7vw;
    display: flex;
    flex-direction: column;
    gap: 0.4688vw;
    font-family: Oswald;
    font-size: 2.3851vw;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    background: linear-gradient(177deg, #4c8131 0%, #71d23f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Title p {
    background: #fff;
    font-family: Oswald;
    font-size: 1.4487vw;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.titleBox img {
    position: absolute;
    width: 8.125vw;
    height: 6.1458vw;
    object-fit: cover;
}

.topLine {
    width: 0.1042vw;
    height: 3.2813vw;
    background: rgba(255, 255, 255, 0.11);
}

.descriptionText {
    width: 20.9896vw;
    display: flex;
    flex-direction: column;
    gap: 0.2604vw;
    color: #fff;
    font-family: Barlow;
    font-size: 1.0417vw;
    font-style: normal;
    font-weight: 600;
    line-height: 117%;
}

.descriptionText p {
    color: rgba(255, 255, 255, 0.56);
    font-family: Barlow;
    font-size: 1.0417vw;
    font-style: normal;
    font-weight: 400;
    line-height: 117%; /* 23.4px */
}

.topLeftSide {
    display: flex;
    align-items: center;
    gap: 2.7083vw;
}

section {
    height: 83%;
    display: flex;
    gap: 0.8854vw;
}

.leftSide {
    display: flex;
    flex-direction: column;
    gap: 1.4063vw;
    width: 46.3542vw;
    padding: 1.0417vw;
    height: 100%;
    border-radius: 0.4167vw;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
}

.leftSide {
    transform: translateY(0);
    animation: menuAnimation 0.6s ease-in-out;
}

.rightSide {
    transform: translateY(0);
    animation: menuAnimation 1s ease-in-out;
}

@keyframes menuAnimation {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.menu {
    display: flex;
    flex-direction: column;
    gap: 2.3438vw;
    height: 73.8%;
}

.leftTopSide {
    display: flex;
    gap: 1.9271vw;
    align-items: center;
}

.menuTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5vw;
    padding: 0vw 0.8333vw;
    border-radius: 0.3646vw;
    background: rgba(255, 255, 255, 0.04);
    color: #69c03c;
    font-family: Barlow;
    font-size: 1.1458vw;
    font-style: normal;
    font-weight: 500;
    line-height: 90%; /* 19.8px */
}

.menuLine {
    width: 0.0521vw;
    height: 2.0833vw;
    background: rgba(255, 255, 255, 0.15);
}

.menuCategory {
    display: flex;
    gap: 0.625vw;
    height: 1.875vw;
    align-items: center;
}

.Category {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.6563vw;
    height: 100%;
    border-radius: 0.3125vw;
    border: 0.0521vw solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    font-family: Barlow;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 90%; /* 16.2px */
    transition: 10ms ease-in;
}

#paraIcon {
    font-size: 0.8vw;
}

.Category:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
}

.selectCategory {
    border: 0.0521vw solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(177deg, #4c8131 0%, #71d23f 100%);
    color: black;
}

.selectCategory:hover {
    border: 0.0521vw solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(177deg, #4c8131 0%, #71d23f 100%);
    color: black;
}

.routesList {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    /* height: 89%; */
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    gap: 0.625vw;
}

.routesList {
    transform: translateY(0);
    animation: menuAnimation 0.95s ease-in-out;
    shape-rendering: auto;
}

@keyframes listAnimation {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.routeBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.9375vw 1.0417vw;
    width: 100%;
    height: 6.0417vw;
    vertical-align: top;
    border-radius: 0.5208vw;
    background: rgba(255, 255, 255, 0.06);
}

.routeImg {
    position: relative;
    border-radius: 0.4167vw;
    width: 6.0938vw;
    height: 100%;
    background-size: cover;
}

.routeImg::before {
    content: "";
    position: absolute;
    display: flex;
    top: -0.3125vw;
    left: -0.3125vw;
    right: -0.3125vw;
    bottom: -0.3125vw;
    border-radius: 0.625vw;
    border: 0.0592vw solid rgba(255, 255, 255, 0.24);
}

.routeBoxLeft {
    display: flex;
    align-items: center;
    gap: 1.25vw;
    height: 100%;
}

.routeTitleBox {
    gap: 0.7813vw;
    display: flex;
    flex-direction: column;
}

.routeTitle {
    display: flex;
    flex-direction: column;
    gap: 0.3563vw;
    color: #fff;
    font-family: Barlow;
    font-size: 1.0417vw;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 18px */
}

.routeTitle p {
    color: rgba(255, 255, 255, 0.7);
    font-family: Barlow;
    font-size: 0.7292vw;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
}

.routeDistanceBox {
    gap: 0.4167vw;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    font-family: Barlow;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%; /* 12.6px */
}

.routeDistance {
    display: flex;
    gap: 0.1563vw;
}

.Distance {
    width: 2.0313vw;
    height: 0.5208vw;
    border-radius: 0.2083vw;
    background: rgba(255, 255, 255, 0.15);
}

.distanceSelect {
    background: #71d23f;
}

.routeLocationBox {
    display: flex;
    flex-direction: column;
    gap: 0.9375vw;
    width: 9vw;
}

.routeLocation {
    display: flex;
    gap: 0.6167vw;
    align-items: center;
    color: rgba(255, 255, 255, 0.63);
    font-family: Barlow;
    font-size: 0.8759vw;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
}

.startLocation i {
    font-size: 1vw;
    color: #acff82;
}

.finishLocation i {
    font-size: 1vw;
    color: #87ff49;
}

.routeButtonBox {
    display: flex;
    flex-direction: column;
    gap: 0.3646vw;
    align-items: flex-start;
}

.routePriceText p {
    color: #71d23f;
    font-family: Barlow;
    font-size: 0.8759vw;
    font-style: normal;
    font-weight: 600;
    line-height: 90%;
}

.routePriceText {
    display: flex;
    gap: 0.3vw;
    color: rgba(255, 255, 255, 0.54);
    text-align: right;
    font-family: Barlow;
    font-size: 0.8759vw;
    font-style: normal;
    font-weight: 500;
    line-height: 90%; /* 15.136px */
}

.routeButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.9271vw;
    height: 1.6667vw;
    gap: 0.3083vw;
}

.startButton {
    color: rgba(0, 0, 0, 0.65);
    text-align: right;
    font-family: Barlow;
    font-size: 0.7828vw;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    border-radius: 0.3646vw;
    background: linear-gradient(179deg, #71d23f 0%, #359e00 100%);
    transition: 250ms ease-in;
}

.startButton:hover {
    cursor: pointer;
    box-shadow: 0px 0.3646vw 1.5625vw 0px rgba(101, 191, 56, 0.22);
    color: black;
}

.routeButton i {
    font-size: 0.7vw;
    color: rgba(0, 0, 0, 0.65);
}

.routeLevelText {
    color: rgba(255, 255, 255, 0.49);
    text-align: right;
    font-family: Barlow;
    font-size: 0.8759vw;
    font-style: normal;
    font-weight: 500;
    line-height: 90%; /* 15.136px */
}

::-webkit-scrollbar {
    width: 0.0000001vw;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: transparent;
}

::-webkit-scrollbar-thumb:hover {
    background-color: transparent;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

.rightSide {
    width: 19.375vw;
    padding: 1.0417vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.4167vw;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
}

.profileBox {
    justify-content: center;
    align-items: center;
    gap: 1.5104vw;
    display: flex;
    width: 100%;
    height: 6.7188vw;
    border-radius: 0.4688vw;
    background: rgba(255, 255, 255, 0.06);
}

.profileImg {
    position: relative;
    width: 3.6281vw;
    height: 3.6281vw;
    border-radius: 3.7547vw;
    background-size: cover;
}

.profileImg::before {
    content: "";
    position: absolute;
    display: flex;
    top: -0.2953vw;
    left: -0.2953vw;
    right: -0.2953vw;
    bottom: -0.2953vw;
    border-radius: 3.7547vw;
    border: 0.0422vw solid #6fce3f;
}

.profileInfoBox {
    display: flex;
    flex-direction: column;
    gap: 0.4167vw;
    color: #fff;
    font-family: Barlow;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 600;
    line-height: 117%;
}

.moneyBox {
    display: flex;
    gap: 0.3125vw;
}

.moneyIcon {
    width: 1.4583vw;
    height: 1.4583vw;
    border-radius: 0.2604vw;
    background: rgba(69, 227, 132, 0.24);
    display: flex;
    align-items: center;
    justify-content: center;
}

.moneyIcon i {
    font-size: 0.7vw;
    color: #45e384;
}

.moneyText {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.4583vw;
    padding: 0 0.3125vw;
    border-radius: 0.2604vw;
    background: rgba(255, 255, 255, 0.1);
    color: #45e384;
    font-family: Barlow;
    font-size: 0.7813vw;
    font-style: normal;
    font-weight: 600;
    line-height: 117%; /* 17.55px */
}

.profileDescription {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.1042vw;
    height: 4.2708vw;
    border-radius: 0.3646vw;
    background: rgba(255, 255, 255, 0.04);
}

.profileDescription h2 {
    display: flex;
    flex-direction: column;
    gap: 0.3125vw;
    width: 13.4375vw;
    color: #fff;
    font-family: Barlow;
    font-size: 0.7292vw;
    font-style: normal;
    font-weight: 600;
    line-height: 90%; /* 12.6px */
}

.profileDescription h2 p {
    color: rgba(255, 255, 255, 0.67);
    font-family: Barlow;
    font-size: 0.7292vw;
    font-style: normal;
    font-weight: 400;
    line-height: 122%; /* 17.08px */
}

.levelBox {
}

.single-chart {
    width: 6.5vw;
    justify-content: space-around;
}

.circular-chart {
    display: block;
    margin: 0.5208vw auto;
    max-width: 80%;
    max-height: 13.0208vw;
}

.circle-bg {
    fill: none;
    stroke: rgba(255, 255, 255, 0.09);
    stroke-width: 2;
}

.circle {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.orange .circle {
    stroke: #6dc93e;
}

.percentage {
    fill: #6dc93e;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-size: 0.65em;
    text-anchor: middle;
}

.percentage2 {
    text-anchor: middle;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 500;
    font-size: 0.39em;
    fill: rgba(255, 255, 255, 0.51);
}

.levelBox {
    gap: 0.8vw;
    align-items: center;
    display: flex;
}

.levelText {
    display: flex;
    flex-direction: column;
    gap: 0.625vw;
}

.levelText h2 {
    display: flex;
    gap: 0.3vw;
    color: #fff;
    font-family: Barlow;
    font-size: 1.5625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 27px */
}

.levelText h2 p {
    color: #acff82;
    font-family: Barlow;
    font-size: 1.5625vw;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
}

.levelProgress {
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    width: 8.4375vw;
    height: 1.3542vw;
    border-radius: 0.2604vw;
    background: rgba(255, 255, 255, 0.08);
}

.progressSay {
    left: 0;
    position: absolute;
    height: 100%;
    /* width: 40%; */
    border-radius: 0.2604vw;
    background: rgba(255, 255, 255, 0.12);
}

.levelProgress h2 {
    display: flex;
    color: #acff82;
    font-family: Barlow;
    font-size: 0.8333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 90%; /* 14.4px */
}

.levelProgress h2 p {
    color: rgba(172, 255, 130, 0.72);
    font-family: Barlow;
    font-size: 0.8333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
}

.profileButtonBox {
    display: flex;
    flex-direction: column;
    gap: 1.0417vw;
    width: 15.1042vw;
}

.profileButton {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4167vw;
    width: 100%;
    height: 2.8125vw;
    border-radius: 0.7292vw;
    transition: 250ms ease-in;
}

.jobClothesButton {
    background: linear-gradient(179deg, #929292 0%, #404040 100%);
    color: rgba(0, 0, 0, 0.48);
    font-family: Barlow;
    font-size: 1vw;
    font-style: normal;
    font-weight: 500;
    line-height: 122%; /* 21.96px */
}

.profileButton i {
    font-size: 1.1vw;
    color: rgba(0, 0, 0, 0.48);
    transition: 250ms ease-in;
}

.earningsButton {
    background: linear-gradient(178deg, #2edb7d 0%, #46db2e 100%);
    color: rgba(0, 0, 0, 0.67);
    font-family: Barlow;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 122%; /* 21.96px */
}

.taskButton {
    background: linear-gradient(178deg, #22bafb 0%, #245b73 100%);
    color: rgba(0, 0, 0, 0.67);
    font-family: Barlow;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 122%; /* 21.96px */
}

.profileButton:hover {
    color: black;
    cursor: pointer;
}

.profileButton:hover i {
    color: black;
}

.taskButton:hover {
    box-shadow: 0px 0.2604vw 2.1354vw 0px rgba(35, 161, 214, 0.2);
}

.jobClothesButton:hover {
    box-shadow: 0px 0.2604vw 2.1354vw 0px rgba(255, 255, 255, 0.2);
}

.earningsButton:hover {
    box-shadow: 0px 0.2604vw 2.1354vw 0px rgba(66, 219, 61, 0.2);
}

@keyframes buttonAnimation {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.taskButton {
    transform: translateX(0);
    animation: buttonAnimation 1.4s ease-in-out;
}

.earningsButton {
    transform: translateX(0);
    animation: buttonAnimation 1.2s ease-in-out;
}

.jobClothesButton {
    transform: translateX(0);
    animation: buttonAnimation 1s ease-in-out;
}

.exitBox {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 0.5208vw;
    color: rgba(255, 255, 255, 0.6);
    text-align: right;
    font-family: Barlow;
    font-size: 1vw;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    transition: 300ms ease-in;
}

.exitIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.7188vw;
    height: 1.7188vw;
    border-radius: 0.3166vw;
    background: linear-gradient(143deg, #d34d4d 0%, #d62929 100%);
    box-shadow: 0px 0px 1.764vw 0px #d53939;
}

.exitIcon i {
    color: black;
    font-size: 0.9vw;
}

.exitBox:hover {
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
}

.pop-up {
    position: absolute;
    z-index: 1;
    border-radius: 1.7188vw;
    border: 0.1042vw solid rgba(255, 255, 255, 0.15);
    background: radial-gradient(51.35% 50% at 50% 100%, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0) 100%),
        radial-gradient(79.91% 67.81% at -0% 0%, rgba(142, 255, 86, 0.2) 0%, rgba(0, 0, 0, 0) 100%),
        radial-gradient(50% 50% at 50% 50%, rgba(18, 48, 28, 0.62) 0%, rgba(18, 48, 28, 0.92) 100%), rgba(0, 0, 0, 0.7);
}

.jobTasks {
    gap: 1.7708vw;
    display: flex;
    height: 60.7%;
    overflow: hidden;
    flex-direction: column;
    padding: 1.5625vw 2.0833vw;
    animation: jobMenuAnimation 1s ease-in-out;
}

@keyframes jobMenuAnimation {
    0% {
        opacity: 0;
        height: 0vw;
    }
    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
        height: 60.7%;
    }
}

.jobTaskTopSide {
    gap: 2.0833vw;
    display: flex;
    align-items: center;
}

.pop-upTitle {
    display: flex;
    flex-direction: column;
    gap: 0.349vw;
    color: #6ac23d;
    font-family: Barlow;
    font-size: 1.884vw;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 32.555px */
}

.pop-upTitle p {
    color: rgba(255, 255, 255, 0.7);
    font-family: Barlow;
    font-size: 1.256vw;
    font-style: normal;
    font-weight: 500;
    line-height: 90%; /* 21.703px */
}

.jobTaskLine {
    width: 0.1256vw;
    height: 2.7631vw;
    background: rgba(255, 255, 255, 0.11);
}

.pop-upDescription {
    width: 11.6667vw;
    display: flex;
    flex-direction: column;
    gap: 0.2083vw;
    color: #fff;
    font-family: Barlow;
    font-size: 0.942vw;
    font-style: normal;
    font-weight: 600;
    line-height: 117%; /* 21.161px */
}

.pop-upDescription p {
    color: rgba(255, 255, 255, 0.56);
    font-family: Barlow;
    font-size: 0.8164vw;
    font-style: normal;
    font-weight: 400;
    line-height: 117%; /* 18.339px */
}

.taskCompleteText {
    display: flex;
    flex-direction: column;
    gap: 0.2083vw;
    color: rgba(255, 255, 255, 0.53);
    font-family: Barlow;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 90%; /* 16.2px */
}

.taskCompleteText p {
    color: #fff;
    font-family: Barlow;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 21.6px */
}

.jobTasksSide {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 47.8125vw;
    /* height: 489; */
    display: flex;
    flex-wrap: wrap;
    gap: 0.5208vw;
    row-gap: 0.5208vw;
}

.jobTaskBox {
    width: 23.6458vw;
    height: 7.6042vw;
    border-radius: 0.5208vw;
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jobTaskBoxTopSide {
    padding: 0.9375vw 0.9375vw;
    padding-bottom: 0vw !important;
    display: flex;
    gap: 1vw;
}

.jobTaskBoxTitle {
    width: 15.3646vw;
    display: flex;
    flex-direction: column;
    gap: 0.5208vw;
    color: #fff;
    font-family: Barlow;
    font-size: 1.0417vw;
    font-style: normal;
    font-weight: 600;
    line-height: 90%; /* 18px */
}

.jobTaskBoxTitle p {
    color: rgba(255, 255, 255, 0.63);
    font-family: Barlow;
    font-size: 0.8333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 112.5%; /* 18px */
}

.jobTaskBoxBottomSide {
    cursor: pointer;
    display: flex;
    width: 100%;
    gap: 0vw;
    padding: 0;
    height: 1.4583vw;
}

.taskPriceBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    border-radius: 0px 0px 0px 0.5208vw;
    background: rgba(1, 255, 103, 0.17);
    color: #2eea79;
    font-family: Barlow;
    font-size: 0.7292vw;
    font-style: normal;
    font-weight: 600;
    line-height: 90%;
}

.taskExpBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    border-radius: 0px 0 0.5208vw 0;
    background: rgba(74, 168, 255, 0.26);
    color: #2eb0fa;
    font-family: Barlow;
    font-size: 0.7292vw;
    font-style: normal;
    font-weight: 600;
    line-height: 90%; /* 12.6px */
}

.earningsMenu {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 1.8229vw;
    width: 42.3958vw;
    height: 59.3%;
    min-height: 33.0208vw;
    padding: 2.5vw;
    animation: earningsAnimation 1s ease-in-out;
}

@keyframes earningsAnimation {
    0% {
        opacity: 0;
        height: 0vw;
    }
    50% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
        height: 59.3%;
    }
}

.earningsTopSide {
    gap: 2.3958vw;
    display: flex;
    align-items: center;
}

.earningsTitle {
    display: flex;
    flex-direction: column;
    gap: 0.5208vw;
    color: #6ac23d;
    font-family: Barlow;
    font-size: 2.5731vw;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 44.462px */
}

.earningsTitle p {
    color: rgba(255, 255, 255, 0.7);
    font-family: Barlow;
    font-size: 1.7154vw;
    font-style: normal;
    font-weight: 500;
    line-height: 90%; /* 29.642px */
}

.earningLine {
    width: 0.125vw;
    height: 3.7738vw;
    background: rgba(255, 255, 255, 0.11);
}

.earningsDescription {
    width: 18.75vw;
    display: flex;
    flex-direction: column;
    gap: 0.2604vw;
    color: #fff;
    font-family: Barlow;
    font-size: 1.2865vw;
    font-style: normal;
    font-weight: 600;
    line-height: 117%; /* 28.901px */
}

.earningsDescription p {
    color: rgba(255, 255, 255, 0.56);
    font-family: Barlow;
    font-size: 1.115vw;
    font-style: normal;
    font-weight: 400;
    line-height: 117%; /* 25.047px */
}

.earningsPriceBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 0.6771vw;
}

.earningPrice {
    padding: 0vw 1.0417vw;
    display: flex;
    align-items: center;
    width: 17.9969vw;
    height: 4.4103vw;
    border-radius: 0.5691vw;
    background: rgba(255, 255, 255, 0.06);
}

.earningPrice:nth-child(1) {
    animation: earningPrice 0.5s ease-in-out;
}

.earningPrice:nth-child(2) {
    animation: earningPrice 1s ease-in-out;
}

@keyframes earningPrice {
    0% {
        opacity: 0;
        transform: translateX(-200%);
    }

    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.earningPrice h2 {
    display: flex;
    flex-direction: column;
    gap: 0.1302vw;
    color: #fff;
    font-family: Barlow;
    font-size: 0.9959vw;
    font-style: normal;
    font-weight: 400;
    line-height: 117%; /* 22.371px */
}

.earningPrice h2 p {
    color: #2be38b;
    font-family: Barlow;
    font-size: 1.5649vw;
    font-style: normal;
    font-weight: 600;
    line-height: 117%; /* 35.155px */
}

.earningInformation {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-family: Barlow;
    font-size: 1.2804vw;
    font-style: normal;
    font-weight: 600;
    line-height: 117%; /* 28.763px */
    gap: 0.5729vw;
    animation: earningPrice 1.2s ease-in-out;
}

.earningInformation p {
    color: rgba(255, 255, 255, 0.44);
    font-family: Barlow;
    font-size: 1.2804vw;
    font-style: normal;
    font-weight: 400;
    line-height: 117%; /* 28.763px */
}

.earningsCollectBox {
    display: flex;
    flex-direction: column;
    gap: 0.7813vw;
    width: 100%;
}

.modern-input {
    width: 100%;
    height: 3.699vw;
    padding: 0vw 1.0417vw;
    border-radius: 0.6402vw;
    border: 0.0711vw solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.801);
    font-family: Barlow;
    font-size: 24.584px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 117%; /* 28.763px */
    transition: border-color 0.3s ease;
    outline: none;
    animation: earningPrice 1.3s ease-in-out;
}

.modern-input::placeholder {
    color: #777;
}

.modern-input::placeholder {
    color: #ffffff5e;
}

.collectButton {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.8413vw;
    width: 100%;
    border-radius: 0.7824vw;
    background: linear-gradient(179deg, #2be33d 0%, #077031 100%);
    color: rgba(0, 0, 0, 0.61);
    font-family: Barlow;
    font-size: 1.2804vw;
    font-style: normal;
    font-weight: 500;
    line-height: 117%; /* 28.763px */
    transition: 250ms ease-in;
    animation: earningPrice 1.4s ease-in-out;
}

.collectButton:hover {
    cursor: pointer;
    color: black;
    box-shadow: 0px 0.3125vw 1.5104vw 0px rgba(39, 216, 60, 0.15);
}

.jobRouteMenu {
    overflow: hidden;
    width: 36.1979vw;
    height: 40%;
    min-height: 22.5vw;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding: 2.1875vw;
    gap: 2.0833vw;
}

.jobRouteTitle {
    color: #fff;
    font-family: Barlow;
    font-size: 1.5649vw;
    font-style: normal;
    font-weight: 600;
    line-height: 117%;
}

.jobRouteSide {
    display: flex;
    gap: 2.6042vw;
    align-items: center;
}

.jobRouteImg {
    position: relative;
    width: 13.5417vw;
    height: 8.8021vw;
    border-radius: 0.4836vw;
    background-size: cover;
}

.jobRouteImg::before {
    content: "";
    position: absolute;
    display: flex;
    top: -0.3646vw;
    left: -0.3646vw;
    right: -0.3646vw;
    bottom: -0.3646vw;
    border-radius: 0.7671vw;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.jobRouteRightSide {
    display: flex;
    flex-direction: column;
    gap: 1.875vw;
}

.jobRouteLocationInfo {
    display: flex;
    flex-direction: column;
    gap: 0.9375vw;
}

.jobRoutePrice {
    gap: 0.3vw;
    display: flex;
    color: rgba(255, 255, 255, 0.54);
    text-align: right;
    font-family: Barlow;
    font-size: 1.4548vw;
    font-style: normal;
    font-weight: 500;
    line-height: 90%; /* 25.14px */
}

.jobRoutePrice p {
    color: #71d23f;
    font-family: Barlow;
    font-size: 1.4548vw;
    font-style: normal;
    font-weight: 600;
    line-height: 90%;
}

.jobRouteButtonBox {
    width: 100%;
    display: flex;
    gap: 1.0938vw;
}

.jobRouteButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.3646vw;
    height: 3.125vw;
    color: rgba(0, 0, 0, 0.51);
    font-family: Barlow;
    font-size: 1.3542vw;
    font-style: normal;
    font-weight: 500;
    line-height: 117%; /* 30.42px */
    transition: 250ms ease-in;
}

.jobRouteCancelButton {
    border-radius: 0.8333vw;
    background: linear-gradient(179deg, #d23f3f 0%, #bc3c3c 100%);
}

.jobRouteStartButton {
    border-radius: 0.8333vw;
    background: linear-gradient(179deg, #71d23f 0%, #359e00 100%);
}

.jobRouteButton:hover {
    cursor: pointer;
    color: black;
}

.jobRouteStartButton:hover {
    box-shadow: 0px 0.2083vw 1.875vw 0px rgba(78, 180, 26, 0.3);
}

.jobRouteCancelButton:hover {
    box-shadow: 0px 0.2083vw 1.875vw 0px rgba(218, 48, 48, 0.3);
}

.jobRouteImg {
    animation: earningPrice 0.7s ease-in-out;
}

.jobRouteLocationInfo {
    animation: earningPrice 1s ease-in-out;
}

.routeDistanceBox {
    animation: earningPrice 1.1s ease-in-out;
}

.jobRoutePrice {
    animation: earningPrice 1.2s ease-in-out;
}

.jobRouteStartButton {
    animation: earningPrice 1s ease-in-out;
}

.jobRouteCancelButton {
    animation: earningPrice 0.7s ease-in-out;
}

.notify {
    flex-direction: column;
    align-items: center;
    display: flex;
    padding-top: 1vw;
    width: 32.1875vw;
    height: 7.0313vw;
    gap: 0.4125vw;
    top: 0;
    position: absolute;
    animation: notifyAnimate 0.8s ease-in-out;
}

@keyframes notifyAnimate {
    /* 0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  } */
}

.notifyText i {
    color: #fd4f4f;
    font-size: 1vw;
}

.notifyText {
    display: flex;
    align-items: center;
    gap: 0.4vw;
    color: #fd4f4f;
    font-family: Barlow;
    font-size: 0.8333vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.notifyDescription {
    width: 14.0625vw;
    color: #fff;
    text-align: center;
    font-family: Barlow;
    font-size: 0.6771vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.successnotify {
    background: radial-gradient(23.14% 38.89% at 50% 2.59%, rgba(35, 238, 128, 0.2) 0%, rgba(35, 238, 128, 0) 100%),
        radial-gradient(41.34% 74.07% at 50% -0%, rgba(35, 238, 128, 0.3) 0%, rgba(35, 238, 128, 0) 100%);
}

.warningnotify {
    background: radial-gradient(23.14% 38.89% at 50% 2.59%, rgba(238, 35, 35, 0.5) 0%, rgba(238, 35, 35, 0) 100%),
        radial-gradient(41.34% 74.07% at 50% -0%, rgba(238, 35, 35, 0.3) 0%, rgba(238, 35, 35, 0) 100%);
}

.cubuk1 {
    border-radius: 4vw;
    width: 2.0313vw;
    height: 0.5208vw;
}

.cubuk1::-webkit-progress-bar {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
}

.cubuk1::-webkit-progress-value {
    background: #71d23f;
    border-radius: 4px;
}

.cubuk2 {
    border-radius: 4vw;
    width: 2.0313vw;
    height: 0.5208vw;
}

.cubuk2::-webkit-progress-bar {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
}

.cubuk2::-webkit-progress-value {
    background: #71d23f;
    border-radius: 4px;
}

.cubuk3 {
    border-radius: 4vw;
    width: 2.0313vw;
    height: 0.5208vw;
}

.cubuk3::-webkit-progress-bar {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
}

.cubuk3::-webkit-progress-value {
    background: #71d23f;
    border-radius: 4px;
}

.cubuk4 {
    border-radius: 4vw;
    width: 2.0313vw;
    height: 0.5208vw;
}

.cubuk4::-webkit-progress-bar {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
}

.cubuk4::-webkit-progress-value {
    background: #71d23f;
    border-radius: 4px;
}
